3.305 \(\int \frac {\cot ^4(c+d x) (a B+b B \tan (c+d x))}{a+b \tan (c+d x)} \, dx\)

Optimal. Leaf size=31 \[ -\frac {B \cot ^3(c+d x)}{3 d}+\frac {B \cot (c+d x)}{d}+B x \]

[Out]

B*x+B*cot(d*x+c)/d-1/3*B*cot(d*x+c)^3/d

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 34, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.088, Rules used = {21, 3473, 8} \[ -\frac {B \cot ^3(c+d x)}{3 d}+\frac {B \cot (c+d x)}{d}+B x \]

Antiderivative was successfully verified.

[In]

Int[(Cot[c + d*x]^4*(a*B + b*B*Tan[c + d*x]))/(a + b*Tan[c + d*x]),x]

[Out]

B*x + (B*Cot[c + d*x])/d - (B*Cot[c + d*x]^3)/(3*d)

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 3473

Int[((b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(b*(b*Tan[c + d*x])^(n - 1))/(d*(n - 1)), x] - Dis
t[b^2, Int[(b*Tan[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1]

Rubi steps

\begin {align*} \int \frac {\cot ^4(c+d x) (a B+b B \tan (c+d x))}{a+b \tan (c+d x)} \, dx &=B \int \cot ^4(c+d x) \, dx\\ &=-\frac {B \cot ^3(c+d x)}{3 d}-B \int \cot ^2(c+d x) \, dx\\ &=\frac {B \cot (c+d x)}{d}-\frac {B \cot ^3(c+d x)}{3 d}+B \int 1 \, dx\\ &=B x+\frac {B \cot (c+d x)}{d}-\frac {B \cot ^3(c+d x)}{3 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.02, size = 34, normalized size = 1.10 \[ -\frac {B \cot ^3(c+d x) \, _2F_1\left (-\frac {3}{2},1;-\frac {1}{2};-\tan ^2(c+d x)\right )}{3 d} \]

Antiderivative was successfully verified.

[In]

Integrate[(Cot[c + d*x]^4*(a*B + b*B*Tan[c + d*x]))/(a + b*Tan[c + d*x]),x]

[Out]

-1/3*(B*Cot[c + d*x]^3*Hypergeometric2F1[-3/2, 1, -1/2, -Tan[c + d*x]^2])/d

________________________________________________________________________________________

fricas [B]  time = 0.68, size = 90, normalized size = 2.90 \[ \frac {4 \, B \cos \left (2 \, d x + 2 \, c\right )^{2} + 2 \, B \cos \left (2 \, d x + 2 \, c\right ) + 3 \, {\left (B d x \cos \left (2 \, d x + 2 \, c\right ) - B d x\right )} \sin \left (2 \, d x + 2 \, c\right ) - 2 \, B}{3 \, {\left (d \cos \left (2 \, d x + 2 \, c\right ) - d\right )} \sin \left (2 \, d x + 2 \, c\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)^4*(a*B+b*B*tan(d*x+c))/(a+b*tan(d*x+c)),x, algorithm="fricas")

[Out]

1/3*(4*B*cos(2*d*x + 2*c)^2 + 2*B*cos(2*d*x + 2*c) + 3*(B*d*x*cos(2*d*x + 2*c) - B*d*x)*sin(2*d*x + 2*c) - 2*B
)/((d*cos(2*d*x + 2*c) - d)*sin(2*d*x + 2*c))

________________________________________________________________________________________

giac [B]  time = 0.34, size = 69, normalized size = 2.23 \[ \frac {B \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{3} + 24 \, {\left (d x + c\right )} B - 15 \, B \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) + \frac {15 \, B \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} - B}{\tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{3}}}{24 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)^4*(a*B+b*B*tan(d*x+c))/(a+b*tan(d*x+c)),x, algorithm="giac")

[Out]

1/24*(B*tan(1/2*d*x + 1/2*c)^3 + 24*(d*x + c)*B - 15*B*tan(1/2*d*x + 1/2*c) + (15*B*tan(1/2*d*x + 1/2*c)^2 - B
)/tan(1/2*d*x + 1/2*c)^3)/d

________________________________________________________________________________________

maple [A]  time = 0.36, size = 27, normalized size = 0.87 \[ \frac {B \left (-\frac {\left (\cot ^{3}\left (d x +c \right )\right )}{3}+\cot \left (d x +c \right )+d x +c \right )}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(d*x+c)^4*(a*B+b*B*tan(d*x+c))/(a+b*tan(d*x+c)),x)

[Out]

1/d*B*(-1/3*cot(d*x+c)^3+cot(d*x+c)+d*x+c)

________________________________________________________________________________________

maxima [A]  time = 1.21, size = 38, normalized size = 1.23 \[ \frac {3 \, {\left (d x + c\right )} B + \frac {3 \, B \tan \left (d x + c\right )^{2} - B}{\tan \left (d x + c\right )^{3}}}{3 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)^4*(a*B+b*B*tan(d*x+c))/(a+b*tan(d*x+c)),x, algorithm="maxima")

[Out]

1/3*(3*(d*x + c)*B + (3*B*tan(d*x + c)^2 - B)/tan(d*x + c)^3)/d

________________________________________________________________________________________

mupad [B]  time = 6.29, size = 32, normalized size = 1.03 \[ B\,x-\frac {\frac {B}{3}-B\,{\mathrm {tan}\left (c+d\,x\right )}^2}{d\,{\mathrm {tan}\left (c+d\,x\right )}^3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((cot(c + d*x)^4*(B*a + B*b*tan(c + d*x)))/(a + b*tan(c + d*x)),x)

[Out]

B*x - (B/3 - B*tan(c + d*x)^2)/(d*tan(c + d*x)^3)

________________________________________________________________________________________

sympy [A]  time = 3.42, size = 49, normalized size = 1.58 \[ \begin {cases} B x - \frac {B \cot ^{3}{\left (c + d x \right )}}{3 d} + \frac {B \cot {\left (c + d x \right )}}{d} & \text {for}\: d \neq 0 \\\frac {x \left (B a + B b \tan {\relax (c )}\right ) \cot ^{4}{\relax (c )}}{a + b \tan {\relax (c )}} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)**4*(a*B+b*B*tan(d*x+c))/(a+b*tan(d*x+c)),x)

[Out]

Piecewise((B*x - B*cot(c + d*x)**3/(3*d) + B*cot(c + d*x)/d, Ne(d, 0)), (x*(B*a + B*b*tan(c))*cot(c)**4/(a + b
*tan(c)), True))

________________________________________________________________________________________